home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMWINDOWCLOSE / TFRMWINDOWCLOSE.txt
Encoding:
Text File  |  2003-01-14  |  2.0 KB  |  90 lines

  1. inherited frmWindowClose: TfrmWindowClose
  2.   Left = 354
  3.   Top = 213
  4.   HelpContext = 11
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited pnlTop: TPanel
  8.     inherited lblCommandName: TLabel
  9.       Caption = ''
  10.     end
  11.     inherited memActionDesc: TMemo
  12.       Lines.Strings = (
  13.         
  14.           'Closes a window.  The window must be open and available while th' +
  15.           'e task is '
  16.         
  17.           'running, or the task will fail.  To search for partial window ti' +
  18.           'tles, use wildcard '
  19.         'characters * and ?')
  20.     end
  21.   end
  22.   inherited pnlCenter: TPanel
  23.     inherited pgcControlPage: TPageControl
  24.       inherited tbsAM5Main: TTabSheet
  25.         inherited cboWindowTitle: TComboBox
  26.           OnDropDown = cboWindowTitleDropDown
  27.         end
  28.         inherited WindowHandlePnl1: TWindowHandlePnl
  29.           Top = 80
  30.         end
  31.         object GroupBox1: TGroupBox
  32.           Left = 10
  33.           Top = 170
  34.           Width = 449
  35.           Height = 53
  36.           Caption = 'Close type'
  37.           TabOrder = 3
  38.           object rdoRequest: TRadioButton
  39.             Left = 12
  40.             Top = 16
  41.             Width = 333
  42.             Height = 17
  43.             Caption = '&Request'
  44.             TabOrder = 0
  45.           end
  46.           object rdoForce: TRadioButton
  47.             Left = 12
  48.             Top = 32
  49.             Width = 333
  50.             Height = 17
  51.             Caption = '&Force'
  52.             TabOrder = 1
  53.           end
  54.         end
  55.       end
  56.     end
  57.   end
  58.   inherited dxSIBarManager: TdxBarManager
  59.     Categories.ItemsVisibles = (
  60.       2)
  61.     Categories.Visibles = (
  62.       True)
  63.     PopupMenuLinks = <
  64.       item
  65.         Control = lsvAM5Errors
  66.         PopupMenu = dxCheckPopup
  67.       end>
  68.     DockControlHeights = (
  69.       0
  70.       0
  71.       0
  72.       0)
  73.   end
  74.   inherited dxCheckPopup: TdxBarPopupMenu
  75.     ItemLinks = <
  76.       item
  77.         Item = itmCheckAllErrors
  78.         UserGlyph.Data = {00000000}
  79.         Visible = True
  80.       end
  81.       item
  82.         Item = itmCheckNoErrors
  83.         UserGlyph.Data = {00000000}
  84.         Visible = True
  85.       end>
  86.     Left = 100
  87.     Top = 111
  88.   end
  89. end
  90.